Index Shopify’s metafields.
integer
or string
types.
For your Algolia index, you can convert them to the following types:
"100" => 100
"1.2" => 1.2
abc, "def,ghi"
abc, "def\"ghi"
abc, "def\\ghi"
meta
attribute,
which itself is also a (nested) JSON object.
For example, a record with three metafields colors.main
, colors.secondary
, and contact.partner
:
meta.namespace.key
, such as meta.colors.primary
.